CoreJs

object CoreJs : HttpClientEngineFactory<JsClientEngineConfig>

A JavaScript client engine that uses the fetch API to execute requests.

To create the client with this engine, pass it to the HttpClient constructor:

val client = HttpClient(Js)

You can learn more about client engines from Engines.

Functions

Link copied to clipboard
open override fun create(block: JsClientEngineConfig.() -> Unit): HttpClientEngine